home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / networking / ifaddress / Makefile < prev    next >
Encoding:
Makefile  |  1994-08-02  |  185 b   |  19 lines

  1. #!smake
  2.  
  3. include $(ROOT)/usr/include/make/commondefs
  4.  
  5. #
  6. # Makefile for ifaddr demo
  7. #
  8.  
  9. TARGETS = ifaddr
  10.  
  11.  
  12. default all: $(TARGETS)
  13.  
  14. install: 
  15.     $(MAKE) $(TARGETS)
  16.  
  17. include $(COMMONRULES)
  18.  
  19.